OpenRoads Designer CONNECT Edition SDK Help

CreateTangentParabola(ProfileElement, DPoint3d, Double) Method

Constructs a profile parabola tangent to a profile element.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CreateTangentParabola( ProfileElement elmt, DPoint3d summitPoint,double projectLength)

Parameters

SettingDescription
  ProfileElement The profile element which the created profile parabola is tangent to.
  DPoint3d The through passing point of the parabola
   The projected length of the parabola

Return Value

ProfileParabola The profile parabola element

See Also